home *** CD-ROM | disk | FTP | other *** search
/ Keystone Learning XML: Dy…ic Web Sites & Documents / Keystone Learning XML Dynamic Web Sites and Documents.iso / Sample Files / Chapter 4 / JohnDoe.xml < prev    next >
Encoding:
Text File  |  1999-12-04  |  477 b   |  18 lines

  1.     <employee id="A1234">
  2.         <name>
  3.             <first>John</first>
  4.             <last>Doe</last>
  5.         </name>
  6.         <position>Programmer</position>
  7.         <address>
  8.             <street>123 Main Street</street>
  9.             <city>Anywhere</city>
  10.             <state>CA</state>
  11.             <zip>92000</zip>
  12.         </address>
  13.         <phone>
  14.             <main>(714) 555-1000</main>
  15.             <fax>(714) 555-1001</fax>
  16.         </phone>
  17.     </employee>
  18.